stub out
英 [stʌb aʊt]
美 [stʌb aʊt]
把(香烟)掐灭,捻灭
柯林斯词典
- PHRASAL VERB 把(香烟)掐灭;捻灭,熄灭(香烟)
When someonestubs outa cigarette, they put it out by pressing it against something hard.- Signs across the entrances warn all visitors to stub out their cigarettes.
入口处的告示牌提醒游客们熄灭香烟。
- Signs across the entrances warn all visitors to stub out their cigarettes.
英英释义
verb
- extinguish by crushing
- stub out your cigar
双语例句
- With a pencil stub he crossed out my entire schedule.
他用一小段铅笔化掉我的整张表格。 - The stub is responsible for carrying out method execution on the actual remote object.
该存根负责实现实际远端对象上的方法执行。 - Doing this will usually confirm whether or not your assumptions about the project's technical complexity are correct, even if you have to "stub out" a fair amount of the system functionality.
这样做通常能够确定您对这个项目技术复杂性的假设是否是正确的,即使您不得不“剔除”相当一部分系统的功能。 - A smoker, he eats with a cigarette in the hand that holds the knife: "when he went to stub it out, the movement was but a step on the road to lighting another."
他爱抽烟,吃饭的时候握刀的手中也夹着一根雪茄:“他踩灭烟头,只不过是为了接着再点上一根而已。” - No need to create an interface and stub out an entire mock object& you can strategically override that one method and return a simple mocked-out response.
无需创建接口和去掉整个模拟对象的存根&您可以有选择地重写方法并返回一个简单的模拟响应。 - So the first step was to stub out the classes and methods with Eclipse and the specification open side-by-side.
因此,第一步是并排打开Eclipse和CMIS规范,标出(stubout)类和方法。 - As the systems evolve, there is the need for different forms of test harnesses, including the ability to mock or stub out parts that are not yet ready for prime time.
随着系统的演化,需要不同形式的测试工具,包括要能模仿或去除在黄金时间尚未准备好的部分。 - Stub out your cigarette in the ash tray.
把你的香烟在烟灰缸里捻熄。 - From this WSDL file you can generate a client stub out of the WSDL file using the wsdl2java tool.
您可以使用wsdl2java工具从该WSDL文件生成一个客户端存根。 - One drawback of mocks is that they are considerably more coupled to the system under test than a stub, at least out of the box.
与stub相比,mock的一个缺点是和被测系统的耦合相当多,至少希望拿来就用。